NevronOpenVision
Nevron.Nov.UI Namespace / NVScrollItemsBase<T> Class
Fields Properties Methods Events


In This Topic
    NVScrollItemsBase<T> Class Members
    In This Topic

    The following tables list the members exposed by NVScrollItemsBase<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the IntegralVScroll property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NVScrollItemsBase  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the vertical scrolling behavior is integral. When set to true the vertical scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the vertical scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area.  
    Top
    Public Methods
     NameDescription
    Public MethodNavigates to the item below the specified item  
    Public MethodNavigates to the first item  
    Public MethodNavigates to the specified item  
    Public MethodNavigates to the last item  
    Public MethodNavigates to the item one page below the specified item  
    Public MethodNavigates to the item one page above the specified item  
    Public MethodNavigates to the item above the specified item  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodGiven an Y coordinate in viewport coordinates, returns the index of the first visible item in the scrollbable items list.  
    Protected MethodGiven an Y coordinate in viewport coordinates, returns the index of the last visible item in the scrollbable items list.  
    Protected MethodGets the anchor item for keyboard navigation  
    Protected MethodGets the scrollable item at the specified index  
    Protected MethodGets the scrolling index of the specified item in the scrollbale items list  
    Protected MethodGets the count of items that can be scrolled through  
    Protected MethodGets the count of items that are currently visible  
    Protected MethodOverridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. Overriden to provide support for the integral vertical scrolling of the list box  
    Protected MethodOverridden. Default handler for key down event. Overriden to provide support for keyboard navigation.  
    Protected MethodOverridden. Default handler for the mouse wheel event. Overriden to provide support for mouse wheel scrolling.  
    Protected MethodOverridden. Called when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box  
    Protected MethodSets the first visible item from the scrollable items by index  
    Top
    See Also